home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypertxt / msdos / hydos10 / smartdrv.sys < prev    next >
Text File  |  1991-05-03  |  1KB  |  25 lines

  1.                                 SMARTDRV.SYS
  2.          A disc cache in extended or expnded memory (for hard disk)
  3.                        See also <DEVICE> <CONFIG.SYS>
  4.  
  5. COMMAND TYPE: System configuration      VERSION: 4.0 and up
  6.  
  7. USE: DEVICE=[d:][path]SMARTDRV.SYS [size] [a]
  8.  
  9. d:path is an optional path to the SMARTDRV.SYS file
  10. size   is the amount of memory to use for the cache (in kb).  The default
  11.        is 256k in extended memory, or all of available expanded memory.
  12. /a     specifies that the cache should be placed in expanded memory (or in
  13.        extended memory being used as expanded memory)
  14.  
  15. A disc cache is an area of memory used to store recently accessed
  16. sectors of a hard disc.  If subsequent read requests refer to those
  17. same sectors, they are simply transferred within memory, which is much
  18. faster than reading from the disc.  SMARTDRV.SYS provides a cache in
  19. extended or expanded memory only (it cannot be placed in conventional
  20. memory).  It will greatly improve performance for applications which
  21. use many small files, such as some database applications
  22.  
  23. NOTE: This command should be placed in <CONFIG.SYS> and is not a normal DOS
  24. command.
  25.